body {
    background-color: rgba(68,68,68,0.9);
    background-image: url("../Images/BowLowerLimb.png");
    background-repeat:no-repeat;
}

footer {
    width: 100%;
    height: 160px;
}

h2, h5, p {
    color: #ffffff;
}

.card-title {
    margin-bottom: .75rem;
    color:black;
    font-weight:bold;
}

p.card-text {
    color: #000000;
}

.table-dark {
    color: #fff;
    background-color: rgba(52,58,64,0.2); 
}

.carousel-inner img {
    width: 100%;
    height: 100%;
}

a.selected {
    color: #000000;
    border-radius: 50px 15px 15px 0px;
    background-image: linear-gradient(to bottom, #ff0000, #770000);
    min-width: 100px;
    text-align: center;
}

.navbar-nav .nav-item {
    color: #ffffff;
    box-shadow: 5px -5px 3px #000000;
    border-radius: 50px 15px 15px 0px;
    background-image: linear-gradient(to bottom, #aaaaaa, #555555);
    font-weight: bold;
    min-width: 100px;
    text-align: center;
}

    .navbar-nav .nav-item:hover {
        color: rgba(255,255,255,1);
        box-shadow: 5px -5px 3px #000000;
        border-radius: 50px 15px 15px 0px;
        background-image: linear-gradient(to bottom, #aaaaaa, #555555);
        font-weight: bold;
        min-width: 100px;
        text-align: center;
    }

.navbar-dark .navbar-brand {
    color: #ffffff
}

.navbar-brand:hover {
    color: #ffffff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1)
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 120px .0rem 1rem;
}

.nav-list {
    border-radius: 0px 0px 10px 0px;
    background-color: #000000;
    color: #ffffff;
    list-style-type: none;
    list-style-position: inside;
}

.nav-item {
    border-radius: 0px 0px 10px 0px;
    background-color: #000000;
    color: #ffffff;
}

.subnav-item {
    border-radius: 0px 0px 0px 0px;
    background-color: #101010;
    color: #ffffff;
}

.subsubnav-item {
    border-radius: 0px 0px 0px 0px;
    background-color: #202020;
    color: #ffffff;
}

    .nav-item:hover {
        border-radius: 0px 0px 10px 0px;
        background-color: #111111;
        color: #ffffff;
    }

.nav-link {
    color: #ffffff;
}

.nav-link:hover {
    color: #ff0000;
}

.information-panel {
    border-radius: 10px 10px;
    background-color:rgba(51,51,51,0.8);
    box-shadow: 10px 10px 8px #000000;
}

/* Fixed sidenav, full height */
.sidenav {
    /*width: 200px; */
    background: none;
    overflow-x: hidden;
    padding-top: 0px;
}

    /* Style the sidenav links and the dropdown button */
.dropdown-btn {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 15px;
    color: white;
    display: block;
    border: solid;
    border-color: black;
    border-width: 0px 20px 2px 0px;
    border-radius: 0px 0px 10px 0px;
    background-color: #202020;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
}

.subdropdown-btn {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 15px;
    color: white;
    display: block;
    border: solid;
    border-color: #101010;
    border-width: 0px 20px 5px 0px;
    border-radius: 0px 0px 10px 0px;
    background-color: #404040;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
}

.sidenav a {
    color: white;
}

/* On mouse-over */
    .sidenav a:hover, .dropdown-btn:hover, .subdropdown-btn:hover {
        color: #ff0000;
        border: solid;
        border-color: red;
        border-width: 0px 20px 5px 0px;
        background-color: black;
    }

.dropdown-link {
    color: white;
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 15px;
    display: block;
    border: solid;
    border-color: black;
    border-width: 0px 20px 5px 0px;
    border-radius: 0px 0px 10px 0px;
    background-color: #303030;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
}

/* Main content */
.main {
    margin-left: 200px; /* Same as the width of the sidenav */
    font-size: 20px; /* Increased text to enable scrolling */
    padding: 0px 10px;
}

/* Add an active class to the active dropdown button */
.active {
    color: white;
}

.active-sub {
    color: white;
}

.active-link {
    color: red;
    border: solid;
    border-color: darkblue;
    border-width: 0px 20px 5px 0px;
    border-radius: 0px 0px 10px 0px;
    background-color: blue;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
    width: 95%;
    display: none;
    background-color: none;
    padding-left: 0px;
}

.subdropdown-container {
    width: 90%;
    display: none;
    background-color: none;
    padding-left: 0px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
    float: right;
    padding-right: 8px;
}

.fa-caret-up {
    float: right;
    padding-right: 8px;
}

.white-panel {
    border-radius: 5px 5px 5px 5px;
    background-color: white;
    padding: 5px 5px 5px 5px;
}

.timer-digit-panel {
    border-radius: 2px 2px 2px 2px;
    background-color: white;
    padding: 1px 1px 1px 1px;
    margin: 2px 2px 2px 2px;
    color: black;
    font-weight: bold;
}
.timer-element-divider-panel {
    background-color: rgba(68,68,68,0.9);
    padding: 1px 1px 1px 1px;
    margin: 2px 2px 2px 2px;
    color: white;
    font-weight: bold;
}